home *** CD-ROM | disk | FTP | other *** search
/ USGS: National Coal Resou…s & Great Plains Regions / USGS National Coal Resource Assessment 1999 - Northern Rocky Mountains & Great Plains Regions - Disc 2.iso / PROGRAM / IMAGE / Etc / default.klb next >
Encoding:
Text File  |  1996-06-30  |  3.4 KB  |  171 lines

  1. "3x3 Edge Detect"
  2.     "3 by 3 high pass edge detection"
  3.     3, 3 :
  4.     -1, -1, -1, 
  5.     -1,  8, -1, 
  6.     -1, -1, -1;
  7. "3x3 Edge Enhance"
  8.     "3 by 3 high pass edge filter"
  9.     3, 3 :
  10.     -1, -1, -1, 
  11.     -1, 17, -1, 
  12.     -1, -1, -1;
  13. "3x3 Low Pass"
  14.     "3 by 3 low pass filter"
  15.     3,3 :
  16.     1, 1, 1,
  17.     1, 1, 1,
  18.     1, 1, 1;
  19. "3x3 High Pass"
  20.     "3 by 3 high pass filter"
  21.     3, 3 :
  22.     -1, -1, -1, 
  23.     -1,  9, -1, 
  24.     -1, -1, -1;
  25. "3x3 Horizontal"
  26.     "3 by 3 horizontal filter"
  27.     3, 3 :
  28.     -1, -1, -1, 
  29.      2,  2,  2, 
  30.     -1, -1, -1;
  31. "3x3 Vertical"
  32.     "3 by 3 vertical filter"
  33.     3, 3 :
  34.     -1,  2, -1, 
  35.     -1,  2, -1, 
  36.     -1,  2, -1;
  37. "3x3 Summary"
  38.     "3 by 3 summary filter"
  39.     3, 3 :
  40.     -1, -1, -1, 
  41.     -1, 10, -1, 
  42.     -1, -1, -1;
  43.     
  44. "5x5 Edge Detect"
  45.     "5 by 5 edge detection filter"
  46.     5, 5 :
  47.     -1, -1, -1, -1, -1,
  48.     -1, -2, -2, -2, -1,
  49.     -1, -2, 32, -2, -1,
  50.     -1, -2, -2, -2, -1,
  51.     -1, -1, -1, -1, -1;
  52. "5x5 Edge Enhance"
  53.     "5 by 5 edge enhance filter"
  54.     5, 5 :
  55.     -1, -1, -1, -1, -1,
  56.     -1, -1, -1, -1, -1,
  57.     -1, -1, 49, -1, -1,
  58.     -1, -1, -1, -1, -1,
  59.     -1, -1, -1, -1, -1;
  60. "5x5 Low Pass"
  61.     "5 by 5 low pass filter"
  62.     5, 5 :
  63.     1, 1, 1, 1, 1,
  64.     1, 1, 1, 1, 1,
  65.     1, 1, 1, 1, 1,
  66.     1, 1, 1, 1, 1,
  67.     1, 1, 1, 1, 1;
  68. "5x5 High Pass"
  69.     "5 by 5 high pass filter"
  70.     5, 5 :
  71.     -1, -1, -1, -1, -1,
  72.     -1, -1, -1, -1, -1,
  73.     -1, -1, 24, -1, -1,
  74.     -1, -1, -1, -1, -1,
  75.     -1, -1, -1, -1, -1;
  76. "5x5 Horizontal"
  77.     "5 by 5 horizontal filter"
  78.     5, 5 :
  79.     -1, -1, -1, -1, -1,
  80.     -2, -2, -2, -2, -2,
  81.      6,  6,  6,  6,  6, 
  82.     -2, -2, -2, -2, -2,
  83.     -1, -1, -1, -1, -1;
  84. "5x5 Vertical"
  85.     "5 by 5 vertical filter"
  86.     5, 5 :
  87.     -1, -2, 6, -2, -1,
  88.     -1, -2, 6, -2, -1,
  89.     -1, -2, 6, -2, -1,
  90.     -1, -2, 6, -2, -1,
  91.     -1, -2, 6, -2, -1;
  92. "5x5 Summary"
  93.     "5 by 5 summary filter"
  94.     5, 5 :
  95.     -1, -1, -1, -1, -1,
  96.     -1, -2, -2, -2, -1,
  97.     -1, -2, 70, -2, -1,
  98.     -1, -2, -2, -2, -1,
  99.     -1, -1, -1, -1, -1;
  100. "7x7 Edge Detect"
  101.     "7 by 7 edge detection filter"
  102.     7, 7 :
  103.     -1, -1, -1, -1, -1, -1, -1,
  104.     -1, -2, -2, -2, -2, -2, -1,
  105.     -1, -2, -3, -3, -3, -2, -1,
  106.     -1, -2, -3, 80, -3, -2, -1,
  107.     -1, -2, -3, -3, -3, -2, -1,
  108.     -1, -2, -2, -2, -2, -2, -1,
  109.     -1, -1, -1, -1, -1, -1, -1;
  110. "7x7 Edge Enhance"
  111.     "7 by 7 edge enhance filter"
  112.     7, 7 :
  113.     -1, -1, -1, -1, -1, -1, -1,
  114.     -1, -1, -1, -1, -1, -1, -1,
  115.     -1, -1, -1, -1, -1, -1, -1,
  116.     -1, -1, -1, 97, -1, -1, -1,
  117.     -1, -1, -1, -1, -1, -1, -1,
  118.     -1, -1, -1, -1, -1, -1, -1,
  119.     -1, -1, -1, -1, -1, -1, -1;
  120. "7x7 Low Pass"
  121.     "7 by 7 low pass filter"
  122.     7, 7 :
  123.     1, 1, 1, 1, 1, 1, 1,
  124.     1, 1, 1, 1, 1, 1, 1,
  125.     1, 1, 1, 1, 1, 1, 1,
  126.     1, 1, 1, 1, 1, 1, 1,
  127.     1, 1, 1, 1, 1, 1, 1,
  128.     1, 1, 1, 1, 1, 1, 1,
  129.     1, 1, 1, 1, 1, 1, 1;
  130. "7x7 High Pass"
  131.     "7 by 7 high pass filter"
  132.     7, 7 :
  133.     -1, -1, -1, -1, -1, -1, -1,
  134.     -1, -1, -1, -1, -1, -1, -1,
  135.     -1, -1, -1, -1, -1, -1, -1,
  136.     -1, -1, -1, 48, -1, -1, -1,
  137.     -1, -1, -1, -1, -1, -1, -1,
  138.     -1, -1, -1, -1, -1, -1, -1,
  139.     -1, -1, -1, -1, -1, -1, -1;
  140. "7x7 Horizontal"
  141.     "7 by 7 horizontal filter"
  142.     7, 7 :
  143.     -1, -1, -1, -1, -1, -1, -1,
  144.     -2, -2, -2, -2, -2, -2, -2,
  145.     -3, -3, -3, -3, -3, -3, -3,
  146.     12, 12, 12, 12, 12, 12, 12,
  147.     -3, -3, -3, -3, -3, -3, -3,
  148.     -2, -2, -2, -2, -2, -2, -2,
  149.     -1, -1, -1, -1, -1, -1, -1;
  150. "7x7 Vertical"
  151.     "7 by 7 vertical filter"
  152.     7, 7 :
  153.     -1, -2, -3, 12, -3, -2, -1,
  154.     -1, -2, -3, 12, -3, -2, -1,
  155.     -1, -2, -3, 12, -3, -2, -1,
  156.     -1, -2, -3, 12, -3, -2, -1,
  157.     -1, -2, -3, 12, -3, -2, -1,
  158.     -1, -2, -3, 12, -3, -2, -1,
  159.     -1, -2, -3, 12, -3, -2, -1;
  160. "7x7 Summary"
  161.     "7 by 7 summary filter"
  162.     7, 7 :
  163.     -1, -1, -1, -1, -1, -1, -1,
  164.     -1, -2, -2, -2, -2, -2, -1,
  165.     -1, -2, -3, -3, -3, -2, -1,
  166.     -1, -2, -3, 90, -3, -2, -1,
  167.     -1, -2, -3, -3, -3, -2, -1,
  168.     -1, -2, -2, -2, -2, -2, -1,
  169.     -1, -1, -1, -1, -1, -1, -1;
  170.  
  171.